golang.org/x/net/http2.writeQueue.consume (method)

5 uses

	golang.org/x/net/http2 (current package)
		writesched.go#L209: func (q *writeQueue) consume(n int32) (FrameWriteRequest, bool) {
		writesched_priority_rfc7540.go#L379: 		wr, ok = n.q.consume(limit)
		writesched_priority_rfc9218.go#L198: 				if wr, ok := q.consume(math.MaxInt32); ok {
		writesched_random.go#L72: 		if wr, ok := q.consume(math.MaxInt32); ok {
		writesched_roundrobin.go#L111: 		if wr, ok := q.consume(math.MaxInt32); ok {